home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.intel-400e < prev    next >
Text File  |  1994-08-01  |  3KB  |  69 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.intel-400e,v 1.3 1993/10/25 11:16:29 sam Rel $
  2. #
  3. # Configuration for using the Class 1 command interface with an
  4. # Intel SatisFAXtion 400e modem.  Modems with firmware revision
  5. # U10,U20-28F001BX-5.00 are known to work.
  6. #
  7. # RTS/CTS flow control is used.  The following profile was used:
  8. #
  9. # ACTIVE PROFILE:
  10. # B0 E1 L2 M0 T Q0 V1 X4 Y0 &C1 &D3 &G0 &L0 &P0 &Q0 &R0 &S0 &X0 &Y0
  11. # \A3 %A013 \C0 %C1 %E1 \G0 \J0 \K5 \N3 \Q3 \T00 \V2 \X0 -J1 "H3 "S0 "O250
  12. # S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:030
  13. # S08:002 S09:006 S10:014 S11:070 S12:050 S18:000 S25:005 S26:001 S31:000
  14. #
  15. # CONFIG: CLASS1: 149: Manufacturer=Intel Model=400e
  16. #
  17. CountryCode:        1        # USA
  18. LongDistancePrefix:    1
  19. InternationalPrefix:    011
  20. AreaCode:        415
  21. DialStringRules:    etc/dialrules
  22. FAXNumber:        +1.415.965.7824
  23. ServerTracing:        1        # log server-related operations
  24. SessionTracing:        11        # log session-related operations
  25. RecvFileMode:        0600        # recvd facsimile are not public
  26. LogFileMode:        0600        # private log files
  27. DeviceMode:        0600        # device is accessible only to uucp/fax
  28. #QualifyTSI:        etc/tsi        # accept facsimile from anyone
  29. SpeakerVolume:        off        # audible confirmation
  30. RingsBeforeAnswer:    1        # answer on first ring
  31. #
  32. # Modem-related stuff: should reflect modem command interface
  33. # and hardware connection/cabling (e.g. flow control).
  34. #
  35. ModemType:        Class1        # use this to supply a hint
  36. ModemRate:        38400        # rate for DCE-DTE communication
  37. ModemFlowControl:    rtscts        # RTS/CTS flow control
  38. ModemFlowControlCmd:    \Q3        # set desired flow control method
  39. ModemSetupDTRCmd:    &D2        # setup so DTR drop resets modem
  40. ModemSetupDCDCmd:    &C1        # setup so DCD reflects carrier (or not)
  41. ModemSetupAACmd:    +FCLASS=0
  42. #
  43. ModemResultCodesCmd:    Q0        # enable result codes
  44. #
  45. #GettyArgs:        "-h %l dx_%s"    # NB: enable this for dialins (SGI)
  46. #GettyArgs:        "std.%s -"    # NB: enable this for dialins (SunOS)
  47. #GettyArgs:    "-g -h -t 60 -l ff_%s"    # NB: enable this for dialins (SVR4.2)
  48. #
  49. ModemDialCmd:        +FCLASS=1DT%s    # T for tone dialing
  50. #
  51. # A shorter than normal timer is required for incoming calls to
  52. # avoid timing out most data callers when using adaptive answer.
  53. #
  54. Class1RecvIdentTimer:    15000        # shorter timer for incoming ID
  55. AdaptiveAnswer:        yes        # alternate fax/data answer on error
  56. ModemAnswerCmd:        +FCLASS=1A    # "generic" answer (counter 0 idle)
  57. #
  58. # HACK:  Make sure the phone is on on-hook before answering in data mode.
  59. # This allows a crude adaptive answer capability by taking advantage of
  60. # the fact that, in the US at least, the phone company won't drop the
  61. # caller for ten seconds.
  62. #
  63. ModemAnswerDataCmd:    H+FCLASS=0A    # data answer
  64. ModemAnswerFaxCmd:    +FCLASS=1A    # fax answer
  65. #
  66. ModemMfrQueryCmd:    !Intel
  67. ModemModelQueryCmd:    !SatisFAXtion 400e
  68. ModemRevQueryCmd:    I3
  69.